| SerializationSerializeObject Method |
static function to Serialize a list into a file on hard disk.
list to Deserialize.File path. this function return type is bool. cref="system.io.filenotfoundexception" .
Namespace: TangibleFrameworkAssembly: ColocartsFramework (in ColocartsFramework.dll) Version: 1.1.0.0 (1.1.0.0)
Syntaxpublic static bool SerializeObject(
ref List<string> List,
string filename
)
Public Shared Function SerializeObject (
ByRef List As List(Of String),
filename As String
) As Boolean
public:
static bool SerializeObject(
List<String^>^% List,
String^ filename
)
TangibleFramework.Serialization.SerializeObject = function(List, filename);
Parameters
- List
- Type: System.Collections.GenericListString
- filename
- Type: SystemString
Return Value
Type:
Boolean
See Also